Ktor
Toggle table of contents
3.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
js
Platform filter
js
Switch theme
Search in API
Ktor
ktor-client-core
/
io.ktor.client.fetch
/
[js]ReadableStream
Readable
Stream
js
external
interface
ReadableStream
<
R
>
(
source
)
Members
Properties
locked
Link copied to clipboard
js
abstract
var
locked
:
Boolean
Functions
cancel
Link copied to clipboard
js
abstract
fun
cancel
(
reason
:
Any
?
=
definedExternally
)
:
Promise
<
Unit
>
get
Reader
Link copied to clipboard
js
abstract
fun
getReader
(
)
:
ReadableStreamDefaultReader
<
R
>
abstract
fun
getReader
(
options
:
dynamic
)
:
ReadableStreamBYOBReader
pipe
To
Link copied to clipboard
js
abstract
fun
pipeTo
(
dest
:
WritableStream
<
R
>
,
options
:
PipeOptions
?
=
definedExternally
)
:
Promise
<
Unit
>
tee
Link copied to clipboard
js
abstract
fun
tee
(
)
:
dynamic